home *** CD-ROM | disk | FTP | other *** search
- Date: March, 1. 1995
-
-
-
- LogicBBS v1.0 BETA
- <----------------->
- LITE VERSION
-
- Copyright 1995 ParCon Software
-
-
- System/node/door/library/AIM-XIM support programmed by Michael Pendec
- Filechecker/Arexxdoor support programmed by Nicholas Clarke
- All Testing was done by friends. Ideas supplied by various people.
-
-
- Read "HowToOrder.doc", if you want to get the FINAL version.
- -----------------------------------------------------------------------------
-
-
-
- Setup for a EXTERNAL door for LogicBBS
- -----------------------------------------------------------------------------
-
- ACCESSLEVEL (pn) : DEFAULT: OFF
- : Select accesslevel needed to start door
- Allowing only people with specified
- accesslevel or higher to run the door.
-
- CONF (pn) : DEFAULT: OFF
- : Conference number where door can be used.
- If you want a door to be used only with
- one conference you can select this option
- NOTE: This is the number of the conference
-
- CONFERENCE (pt) : DEFAULT: OFF
- : Conference where door can be used.
- If you want a door to be used only with
- one conference you can select this option
- NOTE: This is the name of the conference
-
- COMMANDLINE (pt) : DEFAULT: Menu prompt input
- : Force a different menu prompt string,
- If a door tries to read menu parameters,
- it will be given this line of information.
-
- LOCATION (pt) : NO DEFAULT
- : FULL path to the door program file.
- You must supply a full path and filename
- for the program to be started here.
-
- NAME (pt) : DEFAULT: InADoor
- : You can set a new name for the message
- shown as action, displayed when you look
- in server action, or use the WHO command.
-
- PASSPARAMETERS : DEFAULT: OFF
- : Add commandline parameters to execute door
- string.
- If you want to execute doors i.e. the
- command DIR located in your C: directory
- and you would like to view what is in your
- ram:, you can do this passing the name RAM:
- from the commandline prompt.
- It would look like this:
- >: DIR RAM:
- the door DIR will be executed and the
- parameter RAM: will be added as parameter
- to the door_location string.
- to make this work with SHELL commands you
- must remember to use the RETURNOUTPUT command.
-
- PASSWORD (pt) : DEFAULT: OFF
- : Password to entered to start door
- If you want to secure doors from being started
- by all users, you can select a door password.
- user will be will be prompted for the password
- when he tries to execute the door.
-
- PRIORITY (pn) : DEFAULT: 0
- : select a priority for the door, priorities
- can be a value between [127]-[-127]
-
- QUICKMODE : DEFAULT: OFF
- : If you put this command as the first in
- a door setup file, it will check if the user
- selected the quicklogon method, if quicklogon
- was selected, this door will not be executed.
-
- RETURNSTATUS (pn) : DEFAULT: OFF
- : You can select different return options for
- a door.
- If RETURNSTATUS is:
- 1 - execute internal command after executing
- door.
-
-
- RETURNOUTPUT : DEFAULT: OFF
- : You can select that a door can return its
- output normally displayed in Shell/CLI,
- to a user online.
-
- STACK (pn) : DEFAULT: 4096
- : Select stacksize for door
-
- TYPE (pt) : NO DEFAULT
- : Select type of door.
- There is several types of doors which can be
- started.
- XIM : External executable file
- either Lib/Aedoorsupport
- file or executable
- REXX doors.
- INT : Internal command.
- ARX : Arexx script
- AIM : Arexx script (Ami-Express)
- QRS : QRS textfile
-